Can I autoregister my servers hostname in my local DNS? [on hold]
Posted
by
Christian Wattengård
on Server Fault
See other posts from Server Fault
or by Christian Wattengård
Published on 2014-08-25T07:32:06Z
Indexed on
2014/08/25
10:21 UTC
Read the original article
Hit count: 248
We have evaluated a W2k12 server as a domain controller at work. This has the extra benefit of registering every "subordinate" computers name in it's DNS so that I don't have to go around remembering IP's all the time. (And it let's me easily run dhcp also on my "pop-up" dev-servers).
We need to rework our work network for several odd reasons, and in this new scenario there was no money for an extra Windows 2012 license. We have at our disposal several old boxes that run linux quite well.
Is it possible to set up a DNS-server-"appliance" that somehow autoregisters it's own hostname..
Scenario:
- Router (N66u) on 172.20.20.1. Runs DHCP on 172.20.20.100-200 range.
- Server [verdant] of a *nix flavor on 172.20.20.2
- Laptop [speedy] of W8 flavor on DHCP assigned
- Laptop [canary] of W8 flavor on DHCP assigned
- Desktop [lianyu] of Ubuntu flavor on DHCP assigned
What I would like is that all of the above servers (except possibly the router) would be available on verdant.starling.lan
and canary.starling.lan
and so on. This is how it works right now (except the Ubuntu box... I haven't cracked that one yet) because Windows just does this for you.. I would also be able to do this without any manual labor on the server. When I tell my box it's name is smoak
it should "immediately" be available as smoak.starling.lan
without any extra configuration on my part.
How can I do this in a Linux (Ubuntu) environment?
© Server Fault or respective owner